Release 10.1A: OpenEdge Development:
Progress 4GL Handbook


Cleaning up a dynamic temp-table

When you’re done using a dynamic temp-table, you should delete it just as you should any other object. Use the DELETE OBJECT tt-handle statement to do this. The default buffer is deleted along with the temp-table. You cannot use the DELETE OBJECT statement on the temp-table’s DEFAULT-BUFFER-HANDLE, but you must use it on any additional dynamic buffers created for the temp-table.

When you pass a dynamic temp-table as a parameter, and you then delete the dynamic temp-table, Progress executes the deletion differently depending on whether the temp-table parameter is passed with OUTPUT, INPUT-OUTPUT, or INPUT mode:

For more information about passing dynamic temp-tables as parameters, see the "Using a temp-table as a parameter" section.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095